projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75336a2
)
* lisp/emacs-lisp/package.el: Declare `url-insert-buffer-contents'
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 27 Nov 2015 09:22:03 +0000
(10:22 +0100)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 27 Nov 2015 09:22:03 +0000
(10:22 +0100)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index d811db9579fd64b61ceeef158f9442581dc1d606..9029dbd8a2b941791ab5ea1cff2e5324e6e28041 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-1115,6
+1115,9
@@
The return result is a `package-desc'."
(insert (format "Error while verifying signature %s:\n" sig-file)))
(insert "\nCommand output:\n" (epg-context-error-output context))))))
+(declare-function url-insert-buffer-contents "url-handlers"
+ (fn file &optional arglist fileonly))
+
(defmacro package--with-work-buffer (location file &rest body)
"Run BODY in a buffer containing the contents of FILE at LOCATION.
LOCATION is the base location of a package archive, and should be